Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Utility Functions /


JMGetJRIRuntimeInstance

Returns the current JRIRuntimeInstance data structure.

struct JRIRuntimeInstance* JMGetJRIRuntimeInstance (
                     JMSessionRef session);
session
The current session.
function result
A pointer to the JRIRuntimeInstance data structure.
DISCUSSION
The JMGetJRIRuntimeInstance function allows you to get information about the current Java Runtime Interface (JRI) structure. The data structure JRIRuntimeInstance is defined in the header file JRI.h.

Note
Unless you have a particular reason to access the Java Runtime Interface, you should access the Java Native Interface, which provides similar functionality, instead.
You can find documentation for the Java Runtime Interface at the Web site

http://developer.netscape.com/


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997